home *** CD-ROM | disk | FTP | other *** search
/ DataShop 5.0.1 / DataShop 5.0.1 - Disc 1.iso / graphics / helpc2.gif < prev    next >
Graphics Interchange Format  |  1996-09-09  |  144KB  |  725x501  |  8-bit (157 colors)
Labels: text | screenshot
OCR: Some common UNIX commands: Command Description man There is a series of "man" (manuals) that will list the syntax and usage of any command. If I want to know what the "cd" command does, I may do the following: e.g ., 2% man cd . and then hit enter. A manual page for "cd" will be displayed. cd Change directory cd .. this will take you up one directory df this will list the mounted drives and available space hinv this will give a listing of all the installed hardware Is This will list the current directory Is -a this lists all files including dot files Is -I this lists all available directories and files in long format. It will show permissions, owner, size, date and full name Examples of Is -I -rwxrwxrwx 1 pau techpro 2145238 Jan 13 15:24 pammy* -rw-rw-rw 1 acr techdev 231 Jan 13 15:24 tmpucode.var (permissions) (owner) (group) (file size) (date) (time) (file name)